home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Service / Basissoftware / CDIconKiller 1.4 Folder / CDIconKiller Docs next >
Text File  |  1996-11-06  |  3KB  |  45 lines

  1. CDIconKiller
  2. ============
  3. © 1994-1996 Quinn & Peter N Lewis, Fabrizio Oddone
  4. Quinn <quinn@quinn.echidna.id.au>
  5. Peter N Lewis
  6. Fabrizio Oddone <fab@kagi.com> <— send bug reports here!
  7.  
  8.  
  9. To suppress custom icons on CD-ROMs install this extension.
  10. This tends to speed up the Finder by a factor of about a zillion.
  11. To temporarily show the custom icons, hold down the Command () key when opening a folder.
  12.  
  13. Suppose you want the extension to be inactive (show all icons) except when you hold down the Command () key. Open the 'cdev' resource with ResEdit (Open Using Hex Editor) and change “662C” to “672C”.
  14.  
  15. Wish
  16. ----
  17. Dear Apple Computer, Inc.,
  18. how about including this feature in Harmony or even earlier?
  19. Perhaps a nice checkbox in the Views control panel?
  20.  
  21. Caveats
  22. -------
  23. Works “as is” with Apple’s CD-ROMs, the PowerCD and some NEC drives.
  24. It used to work on floppies and networked disks, but I removed this feature since it could permanently (instead of temporarily) turn off the custom icons. CDIconKiller was devised with a read-only device in mind after all.
  25. To support other kinds of media, modify the resource 'STR#' with ID=128; that is, add the name of the driver that accesses the peripheral.
  26. For instance, the floppy driver is named ".Sony" and the network driver is named ".AFPTranslator". (You won’t paste the quotes, will you?)
  27.  
  28. Q.: HELP! What’s my driver name? I couldn’t find it on my passport!
  29. A. #1: open the control panel or extension containing the driver with ResEdit, open the 'DRVR' resource type, get info, copy the driver name into the 'STR#' 128 in CDIconKiller. This is not guaranteed to work, since someone might use a nonstandard way to install a driver.
  30. A. #2: (for Power Users) drop into Macsbug, type 'drvr', find the right driver in the list, use ResEdit as described in #1.
  31.  
  32. Warning: there is one known interference with Now Utilities 6.5, reported by Howard Chansky. A type 10 Finder error occurs every time he tries to place an item using the Now Folder Menu feature. The crash used to occur with Now 5 and 6 too.
  33.  
  34. Version History
  35. ---------------
  36. 1.4: Now runs as a fake control panel, in order to patch only the Finder. Updated to CodeWarrior 10.
  37. 1.3.4: Adapted to CodeWarrior 7 (no code changes). Updated the docs.
  38. 1.3.3: Fixes a small bug that could prevent the Command-key shortcut from working (thanks to Patrick Dyson for having pointed this out). Asm source is back! (I forgot, sorry…)
  39. 1.3.2: now works with Apple PowerCDs. No code changes.
  40. 1.3.1: was considering only the first string in the STR# resource: fixed.
  41. 1.3: should be async-calls compatible; you may specify more than one driver (currently considers the first fifteen strings in the resource; enough?).
  42. 1.2: now always loads the patch at startup: can load before your CD driver, works with LoadADrive by Dieter Spaar <spaar@mirider.augusta.de>.
  43. 1.1.1: added the 'sysz' resource, the  key shortcut, fixed the misaligned icon at startup (suggested by Masatsugu Nagata), better TrapAvailable (written by Stefan Kurth).
  44. 1.1: bug fixes, CD driver string in resource (suggested by Quinn), asm tweaks etc. by Fabrizio Oddone
  45. 1.0: 05:30 18 June 1994 Original Release by Quinn & Peter N Lewis